home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Demo / Maguma / workbench-2.1.0-trial.exe / {app} / resource / themes / NoTB / left_toolbar.xrc < prev    next >
Extensible Markup Language  |  2004-02-12  |  1KB  |  34 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <resource xmlns="http://www.wxwindows.org/wxxrc" version="2.3.0.1">
  3.     <object class="wxToolBar" name="left_toolbar">
  4.         <bitmapsize>24,24</bitmapsize>
  5.         <style>wxTB_TEXT | wxTB_VERTICAL | wxTB_FLAT</style>    
  6.         <dontattachtoframe>1</dontattachtoframe>
  7.         <object class="tool" name="debug_menu_run">
  8.             <bitmap>./img/run.png</bitmap>
  9.                     <tooltip>Debug current file</tooltip>
  10.                     <longhelp>Debug the current file</longhelp>
  11.             </object>
  12.         <object class="tool" name="dbg_menu_stop">
  13.             <bitmap>./img/stop.png</bitmap>
  14.                 <tooltip>Stop debugging</tooltip>
  15.                    <longhelp>Stop debugging, end script</longhelp>
  16.             </object>
  17.         <object class="separator"/>
  18.         <object class="tool" name="dbg_menu_next">
  19.             <bitmap>./img/stepover.png</bitmap>
  20.                 <tooltip>Step over</tooltip>
  21.                 <longhelp>Step to next line, do not step into functions</longhelp>
  22.             </object>
  23.         <object class="tool" name="dbg_menu_step">
  24.             <bitmap>./img/stepin.png</bitmap>
  25.             <tooltip>Step into</tooltip>
  26.                     <longhelp>Step into next source line</longhelp>
  27.             </object>
  28.         <object class="tool" name="dbg_menu_stepout">
  29.             <bitmap>./img/stepout.png</bitmap>
  30.                     <tooltip>Step out</tooltip>
  31.                     <longhelp>Step out of current stack frame (i.e. function)</longhelp>
  32.             </object>
  33.     </object>
  34. </resource>